home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / 2DLab / TwoDTSP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-14  |  265 b   |  15 lines

  1. #ifndef _TSP_
  2. #define _TSP_
  3. @interface TwoDView(TSP)
  4. // Categories cannot declare new vars
  5. - doSimpleNearNeighbor;
  6. - doCheapestInsertion;
  7. - doNearestNeighbor;
  8. - doNearestAddition;
  9. - doFarthestInsertion;
  10. - drawTSP;
  11. - timeValue: sender;
  12. - Optimize;
  13. @end
  14. #endif _TSP_
  15.